home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / udev / rules.d / 80-programs.rules < prev    next >
Text File  |  2008-10-24  |  563b  |  14 lines

  1. # This file causes programs to be run on device insertion.
  2. # See udev(7) for syntax.
  3. #
  4. # "Hotplug replacement" is handled in 90-modprobe.rules;  this file only
  5. # specifies rules for those programs that are shipped in the minimal Ubuntu
  6. # system, programs outside of that may ship their own rules.
  7.  
  8. # Load firmware on demand
  9. SUBSYSTEM=="firmware", ACTION=="add", RUN+="firmware_helper"
  10.  
  11. # Create special nodes for floppy devices
  12. KERNEL=="fd[0-9]*", ACTION=="add", ATTRS{cmos}=="?*", \
  13.     RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0640 -G disk $root/%k"
  14.